-
Couldn't load subscription status.
- Fork 12
Mock model providers for client tests #307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
I currently have Bedrock mocked out for fetching models. I'm curious to see what mocking the actual chat operations will look like 😬 |
| def _enable_http_debug() -> None: | ||
| urllib3_logger = logging.getLogger("urllib3") | ||
| urllib3_logger.setLevel(logging.DEBUG) | ||
| urllib3_logger.propagate = True | ||
|
|
||
|
|
||
| _enable_http_debug() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ad85f43 should be reverted before this is merged.
369eab7 to
ca6a1c1
Compare
ca6a1c1 to
84def39
Compare
3037d22 to
de1d580
Compare
27fbd61 to
21b9eb1
Compare
21b9eb1 to
95045be
Compare
No description provided.